ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / IItemsSource<T> Interface / GroupDescriptions Property






In This Topic
    GroupDescriptions Property
    In This Topic
    Gets the group description collection.
    Syntax
    'Declaration
     
    
    ReadOnly Property GroupDescriptions As System.Collections.Generic.IList(Of GroupDescription)
    'Usage
     
    
    Dim instance As IItemsSource(Of T)
    Dim value As System.Collections.Generic.IList(Of GroupDescription)
     
    value = instance.GroupDescriptions
    System.Collections.Generic.IList<GroupDescription> GroupDescriptions {get;}
    read-only property GroupDescriptions: System.Collections.Generic.IList; 
    function get GroupDescriptions : System.Collections.Generic.IList
    __property System.Collections.Generic.IList<GroupDescription*>* get_GroupDescriptions();
    property System.Collections.Generic.IList<GroupDescription^>^ GroupDescriptions {
       System.Collections.Generic.IList<GroupDescription^>^ get();
    }
    See Also